バージョン

Where<T>(IQueryable<T>,String,Object[]) メソッド

Where 式
シンタックス
'宣言
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function Where(Of T)( _
   ByVal source As System.Linq.IQueryable(Of T), _
   ByVal predicate As System.String, _
   ByVal ParamArray values() As System.Object _
) As System.Linq.IQueryable(Of T)
[System.Runtime.CompilerServices.ExtensionAttribute()]
public static System.Linq.IQueryable<T> Where<T>( 
   System.Linq.IQueryable<T> source,
   System.string predicate,
   params System.object[] values
)

パラメータ

source
predicate
values

型パラメータ

T
参照

オンラインで表示: GitHub